test-concurrency: Replace range with xrange
authorSimon McVittie <smcv@debian.org>
Wed, 17 Jan 2018 14:42:20 +0000 (14:42 +0000)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 22 Feb 2018 19:24:47 +0000 (19:24 +0000)
commit02dc5e2dd47d1be0eb73d2f7e5b588f04c572390
tree3a45960dcafa10ab7e4316d5740389b0f1c3645f
parent9933de232304f47e2be09c72906cc5183d9bbfda
test-concurrency: Replace range with xrange

range in Python 3 does what xrange did in Python 2. This still works in
Python 2, it just uses a bit more memory.

Signed-off-by: Simon McVittie <smcv@debian.org>
Closes: #1457
Approved by: cgwalters
tests/test-concurrency.py